@f{date}ΒΆ

Writes the current date.

@f{date}
@f{date(Formatstring)}

Parameters

Formatstring

As an optional parameter a format string can be specified. See DT_Format for list of all options.

Example

Date: @f{date}

Date: @f{date(%d.%m.%Y)}

Week: @f{date(KW %W)}

Output:

Date: 07.10.98

Date: 07.10.1998

Week: KW 40

id-1005606